Welcome![Sign In][Sign Up]
Location:
Search - API english

Search list

[Other resourcejava5.0中文API文档j2se_zh(new)

Description: 这个java5.0的API文档j2se_zh(new)是一位高手为了方便大家学习在SUN于2005/10/31发布不久后而制作的chm格式,目前世界上最新的API文档,最新出炉的中文API,很不错的哦,大家赶快来下载。 谢谢这位朋友。 Sun 公司提供的Java API Docs是学习和使用Java语言中最经常使用的参考资料之一。但是长期以来此文档只有英文版,对于中国地区的Java开发者来说相当的不便。目前Sun 公司正在组织多方力量将此文档翻译成中文,并于近日在Sun 中国技术社区正式发布java.lang和java.util类库API 文档的中文版。-java5.0 the API documentation j2se_zh (new) is a master in order to facilitate learning in the Sun 2005/11/02 released shortly after the production of chm format, the world's latest API documentation, the latest Chinese latest API, very good, oh, we hasten to download. Thank you, my friend. Sun's Java API Docs is the learning and use of the Java language most often used in reference one. However long this document only in English, Chinese region of Java developers is a great inconvenience. Now Sun is organizing efforts of the various parties this documentation translated into Chinese, and China's Sun recently released technical community and java.util java.io class library API documentation of the Chinese version.
Platform: | Size: 2020760 | Author: JK | Hits:

[Other resourceDelphiwinAPI

Description: DELPHI中如何使用WINDOWS API.英文.-DELPHI how to use Windows API. English.
Platform: | Size: 2158734 | Author: 张渝勤 | Hits:

[Other resourceEmbeddedGUI-SDK_For_Windows(English)

Description: 这是一个支持\"微型嵌入式 GUI\" 的 SDK For Windows (English),其 GUI 核心可于 Linux, DOS 16/32 Bit, uC/OS-II及Windows 等平台工作,支持常用控件有:MAINWINDOW主窗口,DLGWINDOW对 话框窗口,BUTTON按钮,MAINMENU下拉式菜单,POPMENU弹出式菜单,HSCROLLBAR横向滚动 条,VSCROLLBAR竖向滚动条,TEXTBOX单行文本编辑框,EDITBOX多行文本编辑框,COMBOBOX组合 框,LISTBOX列表框,CHECKBOX多项选择框,CHOICEBOX单项选择框,LABEL文字标签,PAGEVIEW标签页 ,SPEEDBAR进度条及窗体与按钮图形化等功能.体积小编译后大小约为100~180KB,运行速度快,简 单易用的API,完全的中文支持,内置拼音输入法支持添加新的输入法与支持中英文混合编辑,采用 ANSI C(标准C语言)编写,几乎支持所有的编译器,支持多种输出与输入设备,支持多窗口切换,内 置内存分配模块,强大的动态加载及优良的扩充性不失为一个优秀的 GUI 介面.更多的详细功能 与讯息请参阅档案内附的 GUI 编程指南.PDF
Platform: | Size: 509317 | Author: kly | Hits:

[VC/MFCDefeating Kernel Native API Hookers

Description: Defeating Kernel Native API Hookers内核层的强力书籍。大家可以学习学习。pure english的哦
Platform: | Size: 280625 | Author: jason | Hits:

[Develop ToolsJAVA_API中文说明_中文类库_API中文版

Description: 我看到许多论坛的朋友, 寻找 中文的javaAPI, 无奈sun没有提供中文的,这是SUN对中国程序员的轻视,有日文,为什么不能有中文,小日本为什么不用看英文。希望对大家学习java提供方便。-I see many friends in the forum, the Chinese find javaAPI Unfortunately, the Chinese do not provide sun, it is Sun programmers to China lightly, Japanese, why not Chinese, the small Japanese Why not look at the English. We hope to facilitate learning java.
Platform: | Size: 2061972 | Author: JK | Hits:

[IME Develop用API 作简繁体转换

Description: 经典:用API 作简繁体转换 1. 输入Big5字符,返回Gb简体字符 //--------------------------------------------------------------------------- //函数输入Big5字符,返回Gb简体字符 //--------------------------------------------------------------------------- AnsiString __fastcall Big2Gb(AnsiString sBig) { char* pszBig5=NULL //Big5编码的字符 wchar_t* wszUnicode=NULL //Unicode编码的字符 char* pszGbt=NULL //Gb编码的繁体字符 char* pszGbs=NULL //Gb编码的简体字符 AnsiString sGb //返回的字符串 int iLen=0 //需要转换的字符数-classic : A Brief History API for a change. Input Big5 characters return Gb English characters //--- --- --- --- --- - --- --- --- --- --- --- --- -- / / Function input characters Big5 return Gb English characters //------------------------------------------- -------------------------------- AnsiString __fastcall Big2Gb (AnsiString sBig) (char * pszBig5 = NULL / / Big5 Coding wchar_t characters wszUnicode = NULL * / / Unicode character encoding pszGbt char = NULL * / / Gb coding of traditional characters pszGbs char = NULL * / / Gb coding simplified characters AnsiString sGb / / int iLen string = 0 / / need to change to the number of characters
Platform: | Size: 1156 | Author: WT | Hits:

[Books代码大全

Description: 《代码大全》的英文版名称是 Code Complete: A Practical Handbook of Software Construction。 它获得1993年美国软件开发杂志Jolt大奖,被美国包括MIT在内的十多所大学作为计算机软件学科的教材。 作者Steve McConnell的另外三本著作是 Rapid Development,Software Project Survival Guide ,After the Gold Rush 。 本软件设计实用手册内容覆盖了开发过程中最重要部分的艺术性和科学性。 其焦点在于成功的程序设计技术。-"code Encyclopaedia" is the name of the English version of Code Complete : A Practical Handbook of Software Construction. It was the United States in 1993 to develop software vendors magazine awards, including MIT by the United States of more than 10 university disciplines as computer software teaching materials. Steve McConnell, the author of three other books of Rapid Development, Software Project Survival Guide, After the Gold Rush. This software is designed as a practical manual covers the process of developing the most important part of the artistic and scientific. Its focus is on procedures that are successful design technology.
Platform: | Size: 4420608 | Author: 和平 | Hits:

[IME Develop用API 作简繁体转换

Description: 经典:用API 作简繁体转换 1. 输入Big5字符,返回Gb简体字符 //--------------------------------------------------------------------------- //函数输入Big5字符,返回Gb简体字符 //--------------------------------------------------------------------------- AnsiString __fastcall Big2Gb(AnsiString sBig) { char* pszBig5=NULL //Big5编码的字符 wchar_t* wszUnicode=NULL //Unicode编码的字符 char* pszGbt=NULL //Gb编码的繁体字符 char* pszGbs=NULL //Gb编码的简体字符 AnsiString sGb //返回的字符串 int iLen=0 //需要转换的字符数-classic : A Brief History API for a change. Input Big5 characters return Gb English characters //---------------------------------------// Function input characters Big5 return Gb English characters //--------------------------------------------------------------------------- AnsiString __fastcall Big2Gb (AnsiString sBig) (char* pszBig5 = NULL// Big5 Coding wchar_t characters wszUnicode = NULL*// Unicode character encoding pszGbt char = NULL*// Gb coding of traditional characters pszGbs char = NULL*// Gb coding simplified characters AnsiString sGb// int iLen string = 0// need to change to the number of characters
Platform: | Size: 1024 | Author: WT | Hits:

[Communication-Mobile手机PDA程序入门-Game API入门

Description: 手机PDA程序设计入门-Game API入门 书籍语言: 简体中文 书籍类型: 程序设计 授权方式: 免费软件 书籍大小: 391 KB 书籍等级: 整理时间: 2005-8-10 6:34:55 -phone PDA Design entry-Game API entry books Language : English books categories : program design license : free software books Size : 391 KB books Grade : collate Time : 2005-8-10 6:34:
Platform: | Size: 400384 | Author: | Hits:

[AI-NN-PR关于tts语音引擎的使用方法

Description: 关于tts语音引擎的使用方法!很多软件具有英文发音和朗读功能,它们都使用了MSTTS(Microsoft Text To Speech)技术。微软遵照COM的标准,提供了一套Speech API来对MSTTS进行编程。要在程序中使用这套API,必须确保系统已经安装了MSTTS和Spchapi软件包。   Speech API可以作为类型库引用到Delphi中,方法是:打开Project选单下的Import Type Litrary,点击“Add”加入Windows\Speech目录下的Vtxauto.tlb文件,在Delphi的Import目录中就会生成VTxtAuto—TLB.pas文件,其中定义了VTxtAuto—TLB单元,把它加到Uses成员中来。设计如图2所示的窗口,定义全局变量: var VoTxt:IVTxtAuto   然后在Form的OnCreate事件中加入:   VoTxt:=CoVTxtAuto_.Create   VoTxt.Register(′′,′Speech Test′) {注册}   “Read”按钮代码为:   VoTxt.Speak(Memo1.Lines.Text,10) {朗读}   “Stop”按钮代码为:   VoTxt.StopSpeaking {停止朗读}   至此,应用程序已具有朗读功能,10表示使用普通语气。借住VoTxt的属性和方法,我们还可以控制阅读速度和语气,实现暂停、跳句等功能,Speech API编程就这么简单。 -TTS voice on the use of the engine! Many software with English pronunciation and reading aloud function, they have used MSTTS (Microsoft Text To Speech) technology. Microsoft COM comply with the standards and provide a set of Speech API to right MSTTS program. The procedure to use this API, we must ensure that the system has been installed and Spchapi MSTTS package. Speech API can be used as a type library to Delphi, is : Open Project menu under the Import Type Litrary, click on the "Add" to join Windows \ directory under the Speech Vtxauto.tlb documents in the Delphi Import directory will generate VTxtAuto- TLB.pas document, which will just a VTxtAuto- TLB units, it added Uses members to China. Figure 2 shows the design of windows, the definition of global variables : var VoTx
Platform: | Size: 7168 | Author: 章称 | Hits:

[JSPjava中文api帮助

Description: java中文API帮助,相比英文版API,中文版省略了一些不常用类的介绍,但是对于初学者,十分有用-Chinese help, API compared to the English version, the Chinese version omitted some kind of common, but for beginners, very useful
Platform: | Size: 2062336 | Author: 孙三 | Hits:

[Windows Develop新编WindowsAPI参考

Description: 新编Windows API参考大全 书籍语言: 简体中文 书籍类型: 程序设计 授权方式: 免费软件 书籍大小: 127 KB -New Encyclopaedia Windows API reference books Language : English books types : Authorization Program Design : free software books Size : 127 KB
Platform: | Size: 130048 | Author: | Hits:

[JSPStruts1-1API

Description: 使用struts的中文api.看不懂英文的朋友..抓紧下了.-use struts Chinese api. They did not understand English friends .. seize the next.
Platform: | Size: 2082816 | Author: 杨红雷 | Hits:

[Windows CECEFTP

Description: 这个程序是我编写的从FTP站点下载文件的wince程序,自己封装了wininet.lib的API 形成几个基于MFC的类,并编写了下载文件的函数,可以移植到任何需要ftp操作的wince程序中。-this procedure is the preparation of the FTP site downloaded documents wince procedures, Packaging of their wininet.lib API form several categories based on the MFC, and the preparation of the documents downloaded function, can be transferred to any need ftp wince operating procedures.
Platform: | Size: 61440 | Author: cliburn | Hits:

[Delphi/CppBuilderDelphiwinAPI

Description: DELPHI中如何使用WINDOWS API.英文.-DELPHI how to use Windows API. English.
Platform: | Size: 2158592 | Author: 张渝勤 | Hits:

[Othervxworks_os_libraries_api_reference_5.5

Description: Vxworks 5.5 操作系统库函数手册(英文版),包含所有Vxworks 的函数,非常全面。-5.5 Vxworks OS Library Functions Manual (English) and Vxworks contains all the functions, very comprehensive.
Platform: | Size: 3600384 | Author: 车诗 | Hits:

[AI-NN-PRthegenius-source

Description: 一个人工智能的国际象棋游戏,用VC写的,完全采用的win32 API,而没有用MFC。英文介绍为:The Genius is a chess engine that uses AI techniques to play against humans。-an artificial intelligence international chess game, with VC written entirely using the win32 API, not using MFC. English introduced : The Genius is a chess engine that uses AI techniq Reconciliation to play against humans.
Platform: | Size: 311296 | Author: 刘维超 | Hits:

[Other20060929030

Description: Vxworks 驱动的API参考,英文文档,但是内容齐全。-Vxworks-driven API reference, English documentation, but as complete.
Platform: | Size: 1290240 | Author: yan | Hits:

[JSP/JavaJava5.0API

Description: java学习中文文档,对于初学者和英文不太好的人比较适用-java files to learn Chinese, and English for beginners not very good compared to apply
Platform: | Size: 19146752 | Author: 刘星 | Hits:

[JSPJDBC_API_Tutorial

Description: 一本极好描述JDBC API编程的手册,是英文版本,浅显易懂.J2EE难得的佳作-an excellent description of the JDBC API programming manual, is the English version, simple words. J2EE rare paintings
Platform: | Size: 1374208 | Author: 逍遥书生 | Hits:
« 1 23 4 5 6 7 8 9 10 »

CodeBus www.codebus.net